flint icon indicating copy to clipboard operation
flint copied to clipboard

Support associated types in traits

Open franklinsch opened this issue 7 years ago • 1 comments

trait Asset {
  associatedtype RawType
}

or

trait NumericAsset {
  associatedtype RawType: Numeric & Comparable
}

franklinsch avatar Jan 27 '18 11:01 franklinsch

This a subtask of #107 and #338.

franklinsch avatar Jan 27 '18 11:01 franklinsch