BlockAndFunction public struct BlockAndFunction : Hashable The block’s ID across functions. Show on GitHub function The ID of the function containing the block. Declaration Swift public var function: Function.ID Show on GitHub block The block’s ID inside the function. Declaration Swift public var block: Block.ID Show on GitHub