/** * 値が存在しないことを明示するためのシンボルです。 */ const nil = Symbol("@z-rack/core:nil"); export default nil;