Files
2025-05-20 18:45:24 +02:00

8 lines
267 B
Go

// Copyright (c) Abstract Machines
// SPDX-License-Identifier: Apache-2.0
// Package nullable contains nullable types used to handle
// scenarios where default values can't be used to indicate empty,
// and we want to avoid using pointers for that.
package nullable