Methods

~ΒΆ

~(something:Any, t:Type)

Match a type. Same as "something is t".
Source: stdlib.ngs:600

Example

  1 ~ Int  # true
"a" ~ Int  # false