aboutsummaryrefslogtreecommitdiff
path: root/snippets/all.h
blob: 89fbfc45e9909cec8e93e9b0d26a615cafeec41b (plain)
1
2
3
#pragma once

#define ALL(v) (v).begin(), (v).end()