1 // Package ordering provides primitives for implementing AIP ordering. 2 // 3 // See: https://google.aip.dev/132#ordering (Standard methods: List > Ordering). 4 package ordering 5
View as plain text