def

func:contains

contains(val, x)

Return if val contains x:

  • if val is Str, then x is substring.
  • if val is List, then x is item to search.
  • if val is Range, then is x inside the range inclusively
  • if val is DateSpan, then is x a date in the span

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function