© 2026 Hedgehog Software, LLC
public readonly struct InternerId { private readonly int _id; internal InternerId(int id) { _id = id; } }
InternerId
_id