// Use of this source code is governed by a BSD-style license that can be found | |
// in the LICENSE file. | |
// code_order is defined in the RFC section 3.2.7. | |
pri const code_order[19] u8[..18] = $( | |
16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15, | |
) |