MutationPoint

See: definitions.md for more information

@safe
struct MutationPoint {
Offset offset;
Mutation[] mutations;
}

Meta