1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT
// A type a file both declares and gives behaviour to -- one of the file's
// subjects.
//
// The line is the declaration's, not the impl block's, because the declaration
// is what a reader moves when the file turns out to have two subjects.