On Wednesday, 7 February 2018 at 20:08:10 UTC, Paul Backus wrote:
You can only call a function with UFCS syntax if the object
you're calling it with does not have a member with the same
name as the function. Both iota's `Result` type and
`FilterResult` have properties named "front", so you can't call
your front function on them using UFCS syntax.
ahhh... bummer.
Do you know if it is a limitation that is yet to be implemented
or one that will not (cannot?) be implemented and if so what the
reason is?