call method

({StructData<K, V> data, StructForm<K, V> type}) call(
  1. StructData<K, V> struct
)

Implementation

({StructForm<K, V> type, StructData<K, V> data}) call(StructData<K, V> struct) => (type: this, data: struct);