How do you reference a specific implementation of an operator?

let comparators: [(Int, Int) -> Bool] = [(<), (<=), (>), (>=)]
let comparators: [(Int, Int) -> Bool] = [(<), (<=), (>), (>=)]

Yes ... this is a bug, I will get it fixed, can you report it on meat.discourse.org so it does not get lost? (also where are my emojis :cat:‍:bust_in_silhouette:)

1 Like