value to convert to Set
The function must have a counterpart in Native world. It converts boolean value to Int32.
value to convert to Int32
This function must be used to cast arrays as Swift YSArraycast
call will be generated in Swift.
Swift function must be implemented like this:
public func cast<T, U>(_ array: YSArray
Array to cast
The function must have a counterpart in Native world. It converts Double value to string.
value to convert to string
The function must have a counterpart in Native world. It converts Int32 value to boolean.
value to convert to boolean
The function must have a counterpart in Native world. It converts Int32 value to string.
value to convert to string
The function must have a counterpart in Native world. It converts Int64 value to string.
value to convert to string
The function must have a counterpart in Native world. It converts Iterable value to Array.
value to convert to Array
The function must have a counterpart in Native world. It converts Iterable value to Set.
value to convert to Set
The function must have a counterpart in Native world. It converts Set value to Array.
value to convert to Array
The Native function counterpart should basically be an identity function from nullable to nullable.
value to convert to Int64
Generated using TypeDoc
The function must have a counterpart in Native world. It converts Array value to Set.