#pragma once namespace tls { using Index = int; using Value = float; using Size = int; }