package it.cavallium.dbengine.database; public record KeyOperationResult(T key, boolean changed) {}