Functions

Gets an AliasSeq with all functions in M in A.

  1. template Functions(alias A)
  2. alias Functions(alias A, string M) = Functions!(getChild!(A, M))
    alias Functions(alias A, string M) = Functions!(getChild!(A, M))

Meta