Function UTXOCache.opApply

Allows iteration on UTXOs

abstract int opApply (
  scope @safe int delegate(ref const(geod24.bitblob.BitBlob!(64L)), ref const(UTXO)) dg
) @safe;