extern struct BlockAddress [src]

Fields

function: Function.Index
block: Function.Block.Index

Source

pub const BlockAddress = extern struct { function: Function.Index, block: Function.Block.Index, }