Ticket #287 (closed enhancement: fixed)
Make Pair<of T> inherit Pair<of T, T>
Reported by: | jaegs | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Currently methods which accept Pair<of TA, TB> as argument won't accept Pair<of T>. This means that a separate method must be made for Pair<of T> .
Instead, Pair<of T> should inherit Pair<of T, T>
See http://cobra-language.com/forums/viewtopic.php?f=4&t=484
Change History
Note: See
TracTickets for help on using
tickets.